Q3PointLight_SetLocation
You can use theQ3PointLight_SetLocation
function to set the location of a point light.
TQ3Status Q3PointLight_SetLocation ( TQ3LightObject light, const TQ3Point3D *location);
light
- A point light object.
location
- The desired location of the point light, in world coordinates.
DESCRIPTION
TheQ3PointLight_SetLocation
function sets the location of the point light specified by thelight
parameter to the value passed in thelocation
parameter.